home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / proj1_05.zip / PROJ1_05.TXT < prev   
Text File  |  1996-08-07  |  5KB  |  118 lines

  1. Okey. It's my QUAKE Project1 v0.5 - test version.
  2.  Several QuakeC patches in one.
  3.  
  4. =============================================================================
  5.  
  6.  What we have now?
  7.  
  8.  v0.1
  9.      All powerups (except biosuit) we can switch ON/OFF by "impulse 133"
  10.      (don't forget bind it to your favorite key).
  11.      When powerup switched OFF - it's still with us until we not die and
  12.      we can switch it ON at any time.
  13.      When we get "QUAD damage" but holding it OFF - AXE has quad power.
  14.      Backpacks can now exploding and explosing size/damage based on number
  15.      of rockets in.
  16.      YOUR backpack can now exploding - in case you have rockets in it -
  17.      with probability 2%. Explosing size/damage based on number of rockets 
  18.      in your backpack.
  19.  
  20.  v0.2
  21.      Probability of YOUR backpack exploding depending now from attacker weapon.
  22.      (from 1.5% SuperNailGun, Lightning - to 5% SuperShotGun).
  23.      When Quad damage turned OFF - no Quad sound.
  24.      ShotGun powered up.
  25.      SuperShotGun powered up, but reload time increased (DOOM style).
  26.      Added reload SOUND (temporary it's ammo touch sound).
  27.      Now we can see more blood.
  28.  
  29.  v0.3
  30.      Added several new sounds and new sound events.
  31.      Added SuperShotGun reload sound from DOOM II (C) IdSoftware.
  32.  
  33.  v0.4
  34.      Added Multiskin v1.1
  35.      Fixed SuperShotGun "overflow" bug.
  36.      Fixed SuperShotGun "sound" bug.
  37.      SuperShotGun now can't GIB player.
  38.      Pretuned several internal constants.
  39.      Changed missile model (slowed down, damage range changed from 100-120%
  40.      to 90-150%).
  41.      Rockets, grenades, nails now can pass trhough teleports (not always).
  42.  
  43.  v0.5
  44.      "Rocket vector after teleport" bug fixed.
  45.      You wanted "gibing" player body's? I did it. 
  46.      Another one "bloodest" effect added... Sure, you will see it. 
  47.      Added "deathmatch 3" by Avatar (with minor changes). 
  48.      What is it :
  49. --------------------------------------------------------------------------
  50.         Deathmatch3 includes the following changes:
  51.  
  52.         Weapons act like they do in deathmatch 2, each player can pick them
  53.         up one time per life.
  54.         Health and ammo respawning after random period of time 20-40 gametics. 
  55.         Armor and MegaHealth spawns after 20-50 gametics.
  56.         Quad damage and biosuit spawns at 10-110 gametics, and the other 
  57.         power ups in 10-510 gametics.
  58.  
  59.         To use deathmatch3 in the game, the server must type deathmatch 3
  60.         at the console (or +deathmatch 3 at startup) and then start a new
  61.         level.
  62.  
  63.         Thanks to -*Avatar*-
  64. --------------------------------------------------------------------------
  65.   
  66.      "teamplay 69" added. What is it:
  67.         Player can damage/kill his teammate and loosing one frag in
  68.         this case. No stupid "no friends damage" now. 
  69.      Several new "teamplay 69" messages added.
  70.      To use "teamplay 69" in the game, the server must type "teamplay 69"
  71.      at the console (or +teamplay 69 at startup) and then start a new
  72.      level.
  73.  
  74. =========================================================================
  75.  
  76.  How to install it?
  77.      Copy zip file to your Quake directory. Unzip with key "-d".
  78.      Delete zip file and run "quake.exe -game project1".
  79.  
  80.  Containing files:
  81.  \PROJECT1\progs.dat
  82.  \PROJECT1\PROGS\player.mdl
  83.  \ID1\SOUND\PROJECT1\billy.wav
  84.  \ID1\SOUND\PROJECT1\deathhi.wav
  85.  \ID1\SOUND\PROJECT1\haha.wav
  86.  \ID1\SOUND\PROJECT1\pain.wav
  87.  \ID1\SOUND\PROJECT1\reload.wav
  88.  
  89.  You CAN play on Project1 Quake servers WITH OUT this files, but 
  90.  you will receive warning messages (Coudn't load /sound/project1/*.wav).
  91.  
  92. ============================================================================
  93.  
  94.  If You will run your own Quake server with Project1 patch connected to
  95.  Internet - please include to your hostname something as "Project1_v0.5". 
  96.  For example:
  97.  quake -dedicated 16 -game project1 +hostname Texas_Project1_v0.5 +map start
  98.  
  99. ============================================================================
  100.  
  101.  Where you can get source code? In final release I'll include it.
  102.  
  103.  Future plans:
  104.  
  105.  New weapon - BFG9000 model (I hope, I hope!);
  106.  Deathmatch 69 (my own version)
  107.  Pipebombs and HoloQuaker (such in Duke3D).
  108.  
  109.  
  110.  May be you have several interesting ideas? Mail me -
  111.  peter@softjoys.ru
  112.  
  113.  
  114.                         Sincerely yours Peter (Dragon__#quake)
  115.  
  116.  P.S. Sorry for my english... From Russia with love.
  117.  
  118.